home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / get_bb_uid < prev    next >
Text File  |  2001-04-06  |  649b  |  21 lines

  1. SYNOPSIS
  2.         string get_bb_uid(void)
  3.  
  4. DESCRIPTION
  5.         Is called to get the ``backbone id''. Objects whose creator is
  6.         the backbone id are ``trusted'', and will automagically get
  7.         the uid and euid of the object that caused to load or clone
  8.         them.
  9.  
  10.         The backbone id is also temporary given to objects while being
  11.         called via process_string().
  12.  
  13.         If strict-euids, this function must exist and return a string.
  14.  
  15. HISTORY
  16.         Since 3.2.1, get_bb_uid() is needed just for process_string()
  17.         if no this_object() is present.
  18.  
  19. SEE ALSO
  20.         uids(C), creator_file(M), creator(E), get_master_uid(M)
  21.